home *** CD-ROM | disk | FTP | other *** search
- BEGINFIRSTSCREEN
-
- VideoPlay/OCX Trial Release from Media Architects, Inc.
- ======================================
-
- This installation program will setup VideoPlay/OCX onto your
- hard disk. Press "OK" to continue with the installation, or
- press "Cancel" to quit without installing the software.
-
- ENDFIRSTSCREEN
-
- MINDISKSPACE: 1200000
-
- DEFAULTDIR: "c:\mediarch\VidPlay\32d", prompt="Please enter the drive and directory where you wish VideoPlay/OCX to be installed:"
-
- rem *** UnInstall stuff ***
- UNINSTALL: yes
- UninstallBeginPrompt: "Do you wish to remove VideoPlay/OCX programs and directories from your system?"
- UninstallEndPrompt: "VideoPlay/OCX has been successfully removed from your system."
- BeginRegistry
- key: new, "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\VideoPlay OCX"
- value: REG_SZ, new, "DisplayName", "VideoPlay/OCX"
- value: REG_SZ, new, "UninstallString", "$windir$\unstall.exe $defaultdir$"
- EndRegistry
- rem ***** Check for a newer video32.ocx registered on the system
- if ocxfilever ("{14711060-B975-11CF-85C3-00AA00A757FC}", 32) > "1.5.1.02"
- beginfirstscreen
-
- VideoPlay/OCX from Media Architects, Inc.
- ======================================
-
- There is a newer version than this version (1.5.1.02) of
- VideoPlay/OCX already installed on your system.
-
- Press "OK" to continue with this installation and overwrite
- the newer version of VideoPlay with this version.
-
- Press "Cancel" to abort this installation.
- endfirstscreen
- endif
- OVERWRITEFILE: new
- FILE: "unstall.exe"
- FILE: "$defaultdir$\readme.doc"
- FILE: "$defaultdir$\vpmain32.shr"
- FILE: "$defaultdir$\Samples\VB4\VB4.SHR"
- FILE: "$WINSYSDIR$\WinSys32.shr"
-
- RUNATEXIT: "WRITE.EXE README.DOC"
- rem ***** Register the OCX
- regserver: "video32d.ocx"
-